home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qbbs275d.zip / MXR!.DOC < prev    next >
Text File  |  1991-04-29  |  4KB  |  91 lines

  1.  
  2.                                   M i x e r !
  3.  
  4.                             V e r s i o n   3 . 3 0
  5.  
  6.  
  7.                                 by Shawn Gresham
  8.  
  9.  
  10.         Introducing the new FLEXIBLE Mixer!!  The stationary memory
  11.         buffer for Sabre Chat! Versions 3.00+ now has the capability
  12.         to be sized and tuned by you for your system's specific needs.
  13.         Originally, there were two versions of Mixer! supplied with
  14.         Sabre Chat!. They were DUET!.COM for just two nodes and
  15.         MIXER!.COM for up to eight concurrent nodes.  MXR! version
  16.         3.30, however, allows YOU to specify the exact number of nodes
  17.         you wish it to support.  Also, you have the option of setting
  18.         the size of the character buffer that MXR! uses to hold
  19.         temporary data.  This, in turn, allows YOU to control the
  20.         amount of memory that Mixer! will occupy in your system.
  21.  
  22.         The MXR! command line works like this:
  23.  
  24.         MXR! <maximum node to support> <buffer size>
  25.  
  26.                 The maximum node to support should be set to the
  27.                 highest node number of your system. (DEFAULT is 50)
  28.  
  29.                 The buffer size can be tuned to your specific needs
  30.                 based on the number of nodes that will be accessing
  31.                 it at once. (DEFAULT is 50)
  32.  
  33.  
  34.         For a two node system I would suggest using:
  35.  
  36.         MXR! 2 20
  37.  
  38.         This should safely cover any data transfer necessary.  If
  39.         missing characters becomes frequent, then remove it from
  40.         memory (see later) and re-install it with a larger buffer size
  41.         (the second number) until the problem disappears.
  42.  
  43.         Since, typically, Sabre Chat! users will only be typing one at
  44.         a time, a buffer size of 20 ought to be fine up to 50 nodes.
  45.         Surpassing 50 nodes is fruitless because Sabre Chat! at this
  46.         time does not support node 51 or above.
  47.  
  48.         Memory Allocation:
  49.  
  50.             0x000 - 0x0ff (256 bytes)     Program Segment Prefix (PSP)
  51.             0x100 - 0x1b4 (181 bytes)     Actual Mixer! Code
  52.             0x1b5 +       (variable)      Pointers and Memory Buffer
  53.  
  54.         Size (in paragraphs):
  55.  
  56.                 You can figure the exact memory space taken by Mixer!
  57.                 using the following formula.
  58.  
  59.             (437 + nodes * 2 + buffer_size * 2) div 16 + 1
  60.  
  61.                 A paragraph is a block of 16 bytes. To get the size in
  62.                 bytes, merely multiply the paragraph size by 16.
  63.  
  64.         Difficulties:
  65.  
  66.                 If you are having problems with missing characters,
  67.                 please try increasing the buffer size by ten or so.
  68.  
  69.                 If you are having problems with it sending anything
  70.                 at all, and it gets garbage when you first enter
  71.                 Sabre Chat!, make sure you have the node option (the
  72.                 first number) set to the highest node number in your
  73.                 system!
  74.  
  75.         Remove!:
  76.  
  77.                 Also, Mixer! 3.30 comes with another utility named
  78.                 REMOVE!.COM that will remove any MXR!.COM version
  79.                 3.00 and greater from memory.  Simply type REMOVE!
  80.                 at the dos prompt and it should remove the last
  81.                 MXR! installed in the system.  You will need to
  82.                 remove MXR! if you wish to change the buffer size
  83.                 or node number.
  84.  
  85.         Thanks,
  86.  
  87.                 S h a w n G r e s h a m
  88.  
  89.                 Author of Sabre Chat! and MXR!
  90.  
  91.